home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dvc16.arc / WHATSNEW.TXT < prev   
Text File  |  1991-01-11  |  7KB  |  167 lines

  1.            DV Commander version 1.6 by William E. Allen [75300,272]
  2.        Copyr 1989,90,91 by William E. Allen PO Box 834, Howell, MI 48843
  3.  
  4.  
  5.  
  6.                                   WHAT'S NEW
  7.  
  8.        Here is a quick look at what's  new and changed in version 1.6 of
  9.        DV  commander.  Read  this  file  if  you  are currently using DV
  10.        Commander to see how the changes might affect you.
  11.  
  12.  
  13.        Version 1.6 01/01/91
  14.  
  15.        * Desq command
  16.  
  17.          The Desq command stacks keystrokes  that open the DESQview main
  18.          menu and  execute commands from  it. You can  use this command,
  19.          for example, to  set the DESQview video options,  or to use the
  20.          DESQview menus to change colors.  You can also use this command
  21.          to cause DESQview to switch to another window.
  22.  
  23.  
  24.        Version 1.51 12/01/90
  25.  
  26.        * Justify command
  27.  
  28.          You can now optionally add [row, col] parameters to the justify
  29.          command. The  window will be  positioned so the  row and column
  30.          are in the upper left corner of the window.
  31.  
  32.  
  33.        Version 1.5 10/03/90
  34.  
  35.        * Name change
  36.  
  37.          First of all  I shortened the name. Instead  of DVCOMAND I have
  38.          changed the  name to DVC. I  find the new name  to be much more
  39.          convenient to use  from the command line and  I found that many
  40.          people  renamed it  to DVC   anyway. Of  course you  can always
  41.          rename the  executable file to any  name you wish and  you will
  42.          probability  want to  do this  if you  have many  DVP and batch
  43.          files that would need to be changed.
  44.  
  45.  
  46.        * DV style menus
  47.  
  48.          The "style" of  the menus have changed to  make them conform to
  49.          the look of DESQview's own menus. Specifically the frame is now
  50.          made of solid lines and the  title is centered inside the frame
  51.          like DV's menus and screens.
  52.  
  53.          A new  form of the description  (the first positional parameter
  54.          on  each line  of your  menu  files)  can be  used to  make the
  55.          selector letter appear on the far right of the description like
  56.          DESQview's menus. For example the menu line:
  57.  
  58.            "D=DESQview Datebook"  DA
  59.  
  60.          would display in the menu as:
  61.  
  62.             DESQview Datebook    D
  63.  
  64.  
  65.          A new special line of the form:
  66.  
  67.              %menu "Applications Menu"
  68.  
  69.          allows you  to give a  name to the  menu. If omitted, the title
  70.          from the  DVP used to execute  the DVC MENU command  is used as
  71.          the menu title.
  72.  
  73.  
  74.        * Additional menu parameters
  75.  
  76.          Three additional positional parameters, TITLE, EXEC, and MEMORY
  77.          have been added to those you can specify when defining lines in
  78.          your menu (*.MNU) files.
  79.  
  80.          TITLE lets you override the  program title specified in the DVP
  81.          with any  string, up to 30  characters, that you want.  This is
  82.          the title that will show in the DESQview SWITCH menu and in the
  83.          frame of the window when it is not zoomed to a full screen. The
  84.          EXEC  parameter  allows  you  to  override  the default program
  85.          parameter in  the DVP. MEMORY,  the last positional  parameter,
  86.          gives you the ability to  override both the minimum and maximum
  87.          memory specified in the DVP.
  88.  
  89.          These  new parameters,  along  with  the DIRECTORY  and PROGRAM
  90.          PARAMETERS parameters, allow a single  DVP to be used in varied
  91.          situations.
  92.  
  93.          Since  the parameters  are positional  they can  not be omitted
  94.          except on  the right. You can  use an asterisk (*)  to hold the
  95.          place of any parameter you do  not want to specify. For example
  96.          if you wanted (for some strange reason) to modify the amount of
  97.          memory allocated  to the DESQview Datebook  from the default in
  98.          the DVP of 64 to, say,  128k and leave all the other parameters
  99.          alone you would use a line in your menu file something like:
  100.  
  101.            "D=DESQview Datebook"  DA  *  *  *  *  128
  102.  
  103.          where  the four  asterisks hold  the places  of the: DIRECTORY,
  104.          PROGRAM PARAMETERS, TITLE, and EXECUTE parameters.
  105.  
  106.  
  107.        * Menu positioning
  108.  
  109.          Previously  DVC would  always position  the menu  in the  upper
  110.          right corner of the screen. It  will now honor the starting row
  111.          and column from DVP that executes the DVC MENU command provided
  112.          the starting row, column is within 1,1 and 19,54.
  113.  
  114.  
  115.        * Spawn command
  116.  
  117.          A new  command, SPAWN, lets  you open any  DVP while optionally
  118.          overriding the DIRECTORY, PROGRAM  PARAMETERS, TITLE, EXEC, and
  119.          MEMORY. Essentially  this new command  lets you open  a program
  120.          from  the  command  line   with  exactly  the  same  positional
  121.          parameters you would specify on a line in your menu file.
  122.  
  123.  
  124.        * Color switch
  125.  
  126.          A new  command line switch,  /C=hh, lets you  specify the color
  127.          that DVC  will use. hh is  the hex attribute for  the color you
  128.          want DVC  to use. It defaults  to /C=07. You must  set USES ITS
  129.          OWN COLORS to Yes if you specify this new switch.
  130.  
  131.  
  132.        * Quiet switch no longer needed
  133.  
  134.          You no  longer need to  specify the /Q  command line switch  to
  135.          keep  DVC  from  displaying  its  copyright  information on the
  136.          screen.
  137.  
  138.          You can type  DVC without any parameters to  show copyright and
  139.          registration information and you can  type DVC HELP to show the
  140.          help screen.
  141.  
  142.  
  143.        * Enhanced mouse support
  144.  
  145.          Mouse support  has been enhanced somewhat.  As before, you must
  146.          still  virtualize  the  window  that  is  running DVC for mouse
  147.          support to be enabled. This  is because the mouse driver writes
  148.          directly to the video buffer.
  149.  
  150.          The mouse cursor is not displayed  until you move the mouse. It
  151.          is  displayed as  a diamond  just  like  DV uses  but it  works
  152.          differently from DV. When in a  menu, clicking on the item that
  153.          is highlighted executes  the item but clicking on  an item that
  154.          is not highlighted  only moves the highlight bar  to that item.
  155.          The highlight bar  does not follow the mouse  cursor as it does
  156.          in DESQview's menus. The mouse  cursor can not be moved outside
  157.          of the menu window.
  158.  
  159.          Clicking the right button acts  like the ESCape key closing the
  160.          menu  without doing  anything. You  can press  both buttons  to
  161.          bring up the DESQview menu.
  162.  
  163.  
  164.        * Uses more memory
  165.  
  166.          DVC now requires the minimum memory to be set to at least 128k.
  167.